- helps legibility of app icons
Addresses https://gitlab.gnome.org/GNOME/gtk/issues/1434
<child>
<object class="GtkImage" id="logo_image">
<property name="icon-name">image-missing</property>
+ <style>
+ <class name="icon-dropshadow"/>
+ </style>
</object>
</child>
<child>
<object class="GtkCellRendererText" id="secondary_padding"/>
</child>
<child>
- <object class="GtkCellRendererPixbuf" id="app_icon"/>
+ <object class="GtkCellRendererPixbuf" id="app_icon">
+ <style>
+ <class name="lowres-icon"/>
+ </style>
+ <property name="stock-size">5</property>
+ </object>
<attributes>
<attribute name="gicon">1</attribute>
</attributes>